home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 September / JOY140_CD2.iso / rubrique utilitaires magazine / miranda0121.exe / mirandaboot.ini < prev   
INI File  |  2002-01-30  |  4KB  |  103 lines

  1. ;This file contains the information required to get Miranda up and running,
  2. ;i.e. everything before a database is loaded
  3.  
  4. ;Settings relating to the location and loading of the database
  5. [Database]
  6.  
  7. ;ProfileDir
  8. ;The directory to search for database files. If it's a relative path then
  9. ;it's relative to the directory containing miranda32.exe. Default is .
  10. ;You can use environment variables, so NT people may like %APPDATA%
  11. ProfileDir=.
  12.  
  13. ;ShowProfileMgr
  14. ;Selects the test to use to decide whether to show the profile manager on
  15. ;startup
  16. ;"never": Only show it if the profile to use can't be guessed by any means
  17. ;"always": Always show it
  18. ;"smart": (default) Show it if the command line doesn't contain a db name
  19. ;         that exists or there is more or less than 1 db in the ProfileDir.
  20. ShowProfileMgr=smart
  21.  
  22. ;DefaultProfile
  23. ;Name of the profile to use if there's a choice. If Miranda is run with a
  24. ;command line parameter then that is used instead of this setting.
  25. ;Default is empty
  26. ;If ShowProfileMgr=never then this profile is run without question
  27. ;Otherwise the profile manager is run as usual but initially this profile
  28. ;is selected
  29. DefaultProfile=
  30.  
  31. ;AutoCreate
  32. ;"yes": If DefaultProfile or the command line parameter gives a profile
  33. ;name that doesn't exist then that profile is created.
  34. ;"no": (default) The profile manager is shown in this case
  35. AutoCreate=no
  36.  
  37. ;AutoExec is a system for batch addition of multiple settings to the
  38. ;database. See http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/miranda-icq/miranda0100/miranda32/doc/autoexec_sample.ini?rev=HEAD&content-type=text/plain
  39. ;for documentation
  40. [AutoExec]
  41.  
  42. ;Use
  43. ;"yes": Install .ini files automatically
  44. ;"no": Disable the autoexec system entirely
  45. ;"prompt": (default) Prompt the user before each installation
  46. ;This setting doesn't affect the decision of whether to display further prompts
  47. Use=prompt
  48.  
  49. ;Glob
  50. ;A global expression containing the files to watch for database settings
  51. ;This will be checked just after database load and continuously all the
  52. ;time Miranda is running
  53. ;If this contains a relative path, it's relative to the directory containing
  54. ;miranda32.exe
  55. ;Default: autoexec_*.ini
  56. Glob=autoexec_*.ini
  57.  
  58. ;Safe
  59. ;A space-separated list of database module names known to be safe to alter
  60. ;Default: CLC Icons CLUI CList SkinSounds
  61. Safe=CLC Icons CLUI CList SkinSounds
  62.  
  63. ;Unsafe
  64. ;A space-separated list of database module names that could be alter to
  65. ;malicious purposes (eg by faking a login server to steal passwords)
  66. ;Default: ICQ MSN
  67. Unsafe=ICQ MSN
  68.  
  69. ;OverrideSecurityFilename
  70. ;Sysadmins may find it desirable to install settings without prompting
  71. ;the user. In that case all prompts and security will be overridden if
  72. ;the name of the ini matches the name given here.
  73. ;If this is used, make sure it's suitably random and hence not likely
  74. ;to be downloaded.
  75. ;Default is empty (no override possible)
  76. OverrideSecurityFilename=
  77.  
  78. ;Warn
  79. ;"all": Warn the user before each setting change is made
  80. ;"notsafe": (default) Warn before each change to a setting in a group
  81. ;           that isn't listed in the 'Safe' setting
  82. ;"onlyunsafe": Warn before each change to a setting in a group that is
  83. ;           listed in the 'Unsafe' setting
  84. ;"none": Never warn the user
  85. Warn=notsafe
  86.  
  87. ;OnCompletion
  88. ;What to do with the ini file once it's imported
  89. ;"delete": Delete the file from the disk
  90. ;"recycle": (default) Move the file to the recycle bin (same as delete
  91. ;           if you've disabled Windows' recycle bin)
  92. ;"rename": Add the string in RenamePrefix to the beginning of the filename
  93. ;"leave": Leave the file as-is. Note that this could cause it to be
  94. ;         imported multiple times until it's moved.
  95. ;"ask": Show a dialog to ask the user
  96. OnCompletion=recycle
  97.  
  98. ;RenamePrefix
  99. ;A string to add before the filename if the 'rename' option is used for
  100. ;OnCompletion. This can include a path specifier to move the file, eg ..\
  101. ;Default: done_
  102. RenamePrefix=done_
  103.